home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw! Unleashed / Corel Draw! Unleashed.iso / demos / dsuns / ds_data.exe / DATA / USERDATA.1 < prev    next >
Encoding:
Text File  |  1993-02-11  |  2.4 KB  |  60 lines

  1. 1 1
  2. ; UserData
  3. ;
  4. ;    This file is loaded when Distant Suns is started or precession is
  5. ;    undone.  It allows the addition of new objects to Distant Suns.
  6. ;
  7. ;    The format of this file is text with values separated by
  8. ;    spaces.  The first line must be "1 1" to identify the file.
  9. ;    Each subsequent line forms one complete entry.  Entries may not
  10. ;    span lines.  Any line beginning with ";" is a comment.
  11. ;    The layout of each line is as follows.  Only the first two
  12. ;    fields are required, all others are optional.
  13. ;
  14. ;           ra  dec  clr  name  id  
  15. ;
  16. ;    ra  = Right Ascension in hh:mm format
  17. ;   dec  = Declination in dd:mm format
  18. ;   clr  = Magnitude or Class designation; used to select color & shape
  19. ;
  20. ;               Color         Shape   (DSO desgination)
  21. ;               -----         -----   -----------------
  22. ;           1 = lite blue       1     (globular cluster)
  23. ;           2 = blue            2     (diffuse nebulae)
  24. ;           3 = green           3     (open cluster)
  25. ;           4 = red             4     (planetary nebulae)
  26. ;           5 = gray            5     (irregular galaxy)
  27. ;           6 = yellow          6     (elliptical galaxy)
  28. ;           7 = lite purple     7     (spiral galaxy)
  29. ;        (7+) = white         see "Print Shapes" for a list
  30. ;
  31. ;   name = Object's name.  Names will be clipped to 7 characters.
  32. ;          By default names are the text "USRxxxx" where xxxx is the
  33. ;          line number.  Names may not have imbedded spaces and must
  34. ;          follow the rules for DOS file names.
  35. ;   id   = An id number for this object used for point and identify.  
  36. ;          Must be a unique number (if id's are not unique, point and 
  37. ;          identify may not work correctly).  The id number ties the 
  38. ;          object to a text file whose name is \TXT\USRxxxx.TXT.
  39. ;          By default, id numbers correspond to line numbers (line 7
  40. ;          will be id number 7, etc).
  41. ;
  42. ;
  43. ;Some sample objects
  44. ;
  45. ;ra     dec  clr name     id
  46. ;---- ------ --- -------  ----
  47. 12:29   2:05  2  3C273    101
  48. 05:34  22:02  1  NP0532   102
  49. 14:45   9:98  2  OQ172    103
  50. 00:25  64:13  6  3C10     104
  51. 03:19  41:54  6  NGC1275  105
  52. 00:00  90:00  3  NPOLE    106
  53. 00:00 -90:00  3  SPOLE    107
  54. 00:53 -69:30  7  SN1987A  108
  55. 19:15  12:01  4  CBNOV25  109
  56. 19:27  13:11  4  CBNOV27  110
  57. 19:38  14:16  4  CBNOV29  111
  58. 19:50  15:33  4  CBDEC1   112
  59. 20:03  16:47  4  CBDEC3   113
  60.